home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Solitaire
/
Sources
/
Spider
/
SpiderSuitDelegate.h
< prev
next >
Wrap
Text File
|
1994-01-19
|
795b
|
29 lines
/* indent:4 tabsize:8 font:fixed-width */
/*--------------------------------------------------------------------------
| --------------------------------------------------------------------------
|
| SpiderSuitDelegate :Object
|
| << Description >>
|
| --------------------------------------------------------------------------
\---------------------------------------------------------------------------*/
#import <appkit/appkit.h>
@interface SpiderSuitDelegate:Object
{
}
/*----------------------------------------------------------------------------
|
| CardPileView delegation methods
|
\---------------------------------------------------------------------------*/
- (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
- acceptPile:aCardPile in:aCardPileView;
@end